home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTMenuItemGlyph.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  2.0 KB  |  61 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTMenuItemGlyph.pas' rev: 3.00
  6.  
  7. #ifndef AHMTMenuItemGlyphHPP
  8. #define AHMTMenuItemGlyphHPP
  9. #include <AHMFreeware.hpp>
  10. #include <Menus.hpp>
  11. #include <Dialogs.hpp>
  12. #include <Forms.hpp>
  13. #include <Controls.hpp>
  14. #include <Graphics.hpp>
  15. #include <Classes.hpp>
  16. #include <SysUtils.hpp>
  17. #include <Messages.hpp>
  18. #include <Windows.hpp>
  19. #include <SysInit.hpp>
  20. #include <System.hpp>
  21.  
  22. //-- user supplied -----------------------------------------------------------
  23.  
  24. namespace Ahmtmenuitemglyph
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. class DELPHICLASS TAHMMenuItemGlyph;
  28. class PASCALIMPLEMENTATION TAHMMenuItemGlyph : public Classes::TComponent 
  29. {
  30.     typedef Classes::TComponent inherited;
  31.     
  32. private:
  33.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  34.     Graphics::TBitmap* FGlyph;
  35.     Graphics::TBitmap* FCheckGlyph;
  36.     Menus::TMenuItem* FMenuItem;
  37.     void __fastcall SetGlyph(Graphics::TBitmap* value);
  38.     void __fastcall SetCheckGlyph(Graphics::TBitmap* value);
  39.     
  40. public:
  41.     __fastcall virtual TAHMMenuItemGlyph(Classes::TComponent* AOwner);
  42.     __fastcall virtual ~TAHMMenuItemGlyph(void);
  43.     void __fastcall Refresh(void);
  44.     virtual void __fastcall Loaded(void);
  45.     
  46. __published:
  47.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  48.     __property Graphics::TBitmap* CheckGlyph = {read=FCheckGlyph, write=SetCheckGlyph};
  49.     __property Graphics::TBitmap* ItemGlyph = {read=FGlyph, write=SetGlyph};
  50.     __property Menus::TMenuItem* MenuItem = {read=FMenuItem, write=FMenuItem};
  51. };
  52.  
  53. //-- var, const, procedure ---------------------------------------------------
  54.  
  55. }    /* namespace Ahmtmenuitemglyph */
  56. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  57. using namespace Ahmtmenuitemglyph;
  58. #endif
  59. //-- end unit ----------------------------------------------------------------
  60. #endif    // AHMTMenuItemGlyph
  61.